home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
DynamicApp
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-19
|
941b
|
47 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = DynamicApp
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = Icon.tiff
GLOBAL_RESOURCES = DynamicApp.nib
CLASSES = AutoWidthMatrix.m Controller.m DynamicApplication.m \
MatrixScrollView.m
HFILES = AutoWidthMatrix.h Controller.h DynamicApplication.h \
MatrixScrollView.h
MFILES = DynamicApp_main.m
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app Icon.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies